runtime.m.ncgo (field)
9 uses
runtime (current package)
cgocall.go#L173: mp.ncgo++
cgocall.go#L180: mp.ncgo--
cgocall.go#L301: if gp.m.ncgo == 0 {
cgocall.go#L353: if mp.ncgo > 0 {
cgocall.go#L355: mp.ncgo--
proc.go#L879: return mp.ncgo > 0 || mp.isextra
proc.go#L4941: if mp.ncgo > 0 && mp.curg != nil && mp.curg.syscallpc != 0 && mp.curg.syscallsp != 0 {
runtime2.go#L570: ncgo int32 // number of cgo calls currently in progress
traceback.go#L845: if iscgo && gp.m != nil && gp.m.ncgo > 0 && gp.syscallsp != 0 && gp.m.cgoCallers != nil && gp.m.cgoCallers[0] != 0 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |